Welcome![Sign In][Sign Up]
Location:
Search - android c

Search list

[androidandroid_Sensor

Description: 介绍了android 2.2上了sensor结构,从一个linux底层过来的,详细的介绍了对于一个android 新手怎样去入手了解android 源码,去学习framework,去了解sensor的结构,从而去了解整个android的结构,本人原创有不对的地方请指正,转载请说明,谢谢!-Introduced the android 2.2 on the sensor structure, the bottom came from a linux and detailed introduction to the novice for a android android source code to understand how to start to learn framework, to understand the sensor structure, and thus to understand the structure of the android, I where there is not original, please correct me, reprinted, please explain, thank you!
Platform: | Size: 243712 | Author: | Hits:

[androidtccunpack2.c

Description: utility to UNPACK android boot files
Platform: | Size: 1024 | Author: protopcb | Hits:

[androidhello-jni

Description: android 环境下利用ndk开发应用程序的例子,就可以在java下用c的库-this is the example code for android develop, it can help develop applications effectively
Platform: | Size: 26624 | Author: hsd352 | Hits:

[androidAndroid_and_Gstreamer

Description: Explanation Android media with Gstreamer in C & C-Explanation Android media with Gstreamer in C & C++
Platform: | Size: 2915328 | Author: Nilay | Hits:

[JSP/JavaAndroidPJNI

Description: java通过jni调用C++的电子书,讲的十分详细 -java through jni call C++, e-books, talking about very detailed
Platform: | Size: 12145664 | Author: 张凯 | Hits:

[androidc_cpptojava

Description: android ndk下c++ 调用java-android ndk call java c++ under
Platform: | Size: 237568 | Author: 刘浩 | Hits:

[androidlpi.c

Description: mpi, 3pcf多线程编程,还有android的一个游戏背景音乐程序-mpi, pi, 3pcf multi-threaded programming, as well as a game background music android program
Platform: | Size: 172032 | Author: lingdecong | Hits:

[androidAndroid_JNI

Description: Android JNI开发的详细步骤,照此文档可以让你的Android的Java应用程序调用你的C或C++的接口函数。-Android JNI development of the detailed steps, do the same document can make your Java application calls Android' s your C or C++ interface functions.
Platform: | Size: 19456 | Author: ChenRenJie | Hits:

[androidJNI_android-daquan

Description: 多部经典java JNI教程,含中文教程,网上最全的JNI资料大合集!android开发必备的资料,全面教您掌握JNI,让你在android下用C语言也可轻松开发。好不容易搜集来的资料!-More than the classic java JNI tutorial, including Chinese language tutorials, JNI most complete information on the Internet Big Collection! android development of the necessary information, a comprehensive teach you to master JNI, so you use the C language under the android can be easily developed. To finally collect the information!
Platform: | Size: 792576 | Author: huansuchanzhe | Hits:

[androidjava-JNA

Description: android JNA中文教程,学习JNI,android开发用C必看!!很值得推荐的好教程!-android JNA Chinese tutorial, learning JNI, android development with C must see! ! Recommend a good tutorial is worth!
Platform: | Size: 282624 | Author: huansuchanzhe | Hits:

[androidJNIExample

Description: ANDROID开发中通过jni实现java代码和c/c++代码互通的example,浅显易懂,适合初学者。-ANDROID development achieved through jni java code and c/c++ code in exchange for example, easy to understand for beginners.
Platform: | Size: 142336 | Author: | Hits:

[androidAndroid-Games

Description: 此书是对有一定经验的android开发程序员写的开发android游戏,以及调用c做的游戏引擎,以及支持移植的一系列例子,很好,但有些难度!-This book is for experienced programmers to write android development android development of the game, and call c do game engine, and support a series of examples of graft, very good, but some difficulty!
Platform: | Size: 2158592 | Author: Robert | Hits:

[androidAndroidSaveData

Description: Android五种存储数据方式(ContentProvider,Share preferences,file,SQLitedatabase,网络c存储)实例-Five ways to store data instance android
Platform: | Size: 117760 | Author: wangfeng | Hits:

[androidAndroid-using-c

Description: android调用c语言,调用成功实例,步骤。有时间多做练习。-android uses c.
Platform: | Size: 18432 | Author: 黎明 | Hits:

[androidH264Android

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。-H264 decoder source code, porting ffmpeg s H264 decoder part to Android, the depth of cut optimization, in the simulator (320x480) to verify through. Program using jni architecture. Interface portion of the file to read, the video display is made with java, the underlying video decoding in C to do to meet the speed requirements. In this version, the H264 stream from a separate layer of Nal is done in java, so call decoding in java layer directly whether there is to know when to display video, drawback is the coupling/packaging of almost. If used at the bottom do Nal segmentation method can be encapsulated look good, but each time there is limited data to send, if you get too much data, the underlying may be a decoding of several frames of video, but the notice to the interface layer can only display one, resulting in dropped frames phenomenon. If you send less data each time, there will be many times not to call the underlying substance of decoding, a small gas practices, s
Platform: | Size: 230400 | Author: wyc | Hits:

[androidandroidpn-server-0.5.0-bin

Description: 模拟push功能 android开发c/s模式很好的实例-Analog push function
Platform: | Size: 18301952 | Author: 谢伟 | Hits:

[androidAndroid-binder

Description: Android的binder机制研究(C++部分),通过对Android媒体播放器的反向分析,给出binder的类图,并详细定义了接口类、定义和实现binder类、BnMediaPlayService代码分析-Android s binder mechanism (C++ section), the Android media player through the reverse analysis, given the binder of class diagrams, and detailed definition of the interface classes to define and implement binder class, BnMediaPlayService Code Analysis
Platform: | Size: 212992 | Author: ycy | Hits:

[Embeded Linuxpng_framebuffer

Description: 基于LINUX平台通过framebuffer下png格式图片显示-LINUX-based platform, android framebuffer display under the png format images
Platform: | Size: 32768 | Author: 唐瑞 | Hits:

[androidCSharp_Android

Description: Android Client與C# Server傳送字串-Android Client And C# Server
Platform: | Size: 119808 | Author: banjmin | Hits:

[androidandroid-change-with-cPP

Description: Android代码调用C++代码和C++代码调用Android代码 -Android code call C++ code and C++ code called Android code
Platform: | Size: 2048 | Author: Tony Zhang | Hits:
« 1 2 3 45 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net